Skip to content

chore(deps)(deps): update dom_smoothie requirement from 0.17 to 0.18 in /src-tauri#36

Merged
FrankBurmo merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/dom_smoothie-0.18
Jun 15, 2026
Merged

chore(deps)(deps): update dom_smoothie requirement from 0.17 to 0.18 in /src-tauri#36
FrankBurmo merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/dom_smoothie-0.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on dom_smoothie to permit the latest version.

Release notes

Sourced from dom_smoothie's releases.

dom_smoothie 0.18.0 (2026-06-07)

New Features

  • Added stdin/stdout support to the CLI, enabling easier integration with shell pipelines (by @​dflock).

Changes

  • Updated dom_query dependency from 0.27.0 to 0.28.0.
  • Refactored relative URL resolution in the document.
  • Applied selected Clippy (pedantic) suggestions to improve code quality and maintainability.

Examples

Changelog

Full Changelog: niklak/dom_smoothie@0.17.0...0.18.0

Changelog

Sourced from dom_smoothie's changelog.

[0.18.0] - 2026-06-07

Added

  • cli: added stdin/stdout support for pipeline usage (by @​dflock).

Changed

  • Updated dom_query: 0.27.0 -> 0.28.0.
  • Applied selected Clippy suggestions (pedantic) to improve code quality.
  • Refactored relative URL resolution in the document.

[0.17.0] - 2026-03-28

Changed

  • Updated dom_query version from 0.26.0 to 0.27.0.
  • Reworked the filtering pipeline to a single-pass approach (similar to Readability.js).
    • The byline is now extracted (and removed from the document) during processing if it was not found earlier via parse_json_ld or get_article_metadata.
    • This removes the two-stage filtering approach while preserving reliable byline detection.
  • Applied selected clippy suggestions (pedantic and nursery) to improve code quality.
  • Revised simplify_nested_elements to make it more flexible for future changes.
  • Removed redundant whitespace check in wrap_phrasing_content.

[0.16.0] - 2026-03-09

Changed

  • Minor internal code changes.
  • Refactored div_into_p function.
  • Simplify control flow in Readability::handle_candidates.
  • Updated dom_query version from 0.25.1 to 0.26.0.

[0.15.0] - 2026-01-18

Changed

  • Updated dom_query version from 0.24.0 to 0.25.1.
  • Replaced logic of has_single_tag_inside_element with single_child_element;

Fixed

  • Breaking: Fixed a panic when Readability::with_document was used with a dom_query::Document created via dom_query::Document::fragment, where <body> is unreachable. In this case, Readability::parse now returns ReadabilityError::GrabFailed.

[0.14.0] - 2025-12-01

Added

  • Implemented internal BytePatternCheck, improving the performance of match_unlikely and determine_attr_weight when the aho-corasick feature is disabled. No public API changes.

Changed

  • Updated dom_query version from 0.23.0 to 0.24.0.
  • Moved all secondary crates into crates/.
  • Performed internal refactoring based on clippy's recommendations to improve code clarity. No public API changes.

... (truncated)

Commits
  • 04ffb63 chore: bump version 0.18.0 (#211)
  • 14d3a03 Refactored relative URL resolution in the document. (#210)
  • 674982f Merge pull request #208 from niklak/chore/dom-query-update-0.28.0
  • b8fbff7 chore: clippy
  • be6b722 chore: update dom_query to 0.28.0
  • 426cb6d Merge pull request #206 from dflock/add-stdin-to-cli
  • 5379051 feat(cli): add stdin/stdout support for pipeline usage
  • fee84ec Merge pull request #205 from niklak/refactor/clippy-pedantic
  • e6b68a0 chore: set wasm-bindgen-test exactly to 0.3.67.
  • a0c311c refactor: apply clippy pedantic lints.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [dom_smoothie](https://github.com/niklak/dom_smoothie) to permit the latest version.
- [Release notes](https://github.com/niklak/dom_smoothie/releases)
- [Changelog](https://github.com/niklak/dom_smoothie/blob/main/CHANGELOG.md)
- [Commits](niklak/dom_smoothie@0.17.0...0.18.0)

---
updated-dependencies:
- dependency-name: dom_smoothie
  dependency-version: 0.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@FrankBurmo FrankBurmo merged commit e8e8db0 into main Jun 15, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/src-tauri/dom_smoothie-0.18 branch June 15, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant